-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement pinned messages #2011
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @Silver-IT!
Preliminary review (round 1) done!
In addition to the comments I posted, I found some other issues while testing:
1. Missing "Unpin message" from menu item
As there is a "Pin message" menu item, there should be a corresponding "Unpin message" menu item that appears on pinned messages:
2. Pinned messages don't appear in DMs
The pinned messages menu should appear in DMs as well:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvements, this PR is shaping up 👍
I noticed this PR modifies the code for voting on polls and noticed that it introduces some bugs:
For example, above u1 tries to vote on a poll u2 created, and even though they clicked "Submit" the poll doesn't switch to the show the results, and instead remains on the choice screen. That's why in the chat it shows u1 voting multiple times because they just click "Submit" again and again...
Please test all modified code thoroughly, and especially code for which we do not have tests yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Seems to be almost ready to merge. I found one more bug:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor change requests and questions
frontend/views/containers/chatroom/file-attachment/ChatAttachmentPreview.vue
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved! Amazing work @Silver-IT !!
Summary of Changes